Skip to content

Stored only in your browser. Get one under Tokens.

Update a object content

PUT
/objects/{id}

Update a object content

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Object ID

Type
string
Required

Request Body

application/json
JSON
"string"

Responses

OK

application/json
JSON
{
  
"id": "string",
  
"mime-type": "string",
  
"objectname": "string",
  
"owner": "string",
  
"sha256sum": "string",
  
"size": "string",
  
"sizeint": 0,
  
"storage-id": "string",
  
"time-created": "string",
  
"time-modified": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI